All Questions
2 questions
1vote
2answers
146views
Array class to replace all iterator needs
Following dreams, I have started learning Java for Game Programing purposes and, during code I figured out that Iterators such as Queue, Lists, Arraylists and what not are very common. I have written ...
3votes
2answers
140views
Game character sprite positioning and movement
The player will have different spells that can be cast on different keyboard key combinations. Right now what I have is one .as file with everything on it. A bunch of ...